SetSimpleMasking(Int32[],MaskMode) Method
Sets an int array as frame numbers of the mask frames for subtraction
'Declaration
Public Overloads Sub SetSimpleMasking( _
ByVal () As Integer, _
ByVal As MaskMode _
)
'Usage
Dim instance As DicomImage
Dim Frames() As Integer
Dim mode As MaskMode
instance.SetSimpleMasking(Frames, mode)
Parameters
- Frames
Frame numbers of the frames for subtraction
- mode
-
The subtraction mode to use
Target Platforms: .NET CLR 4.0 or higher